adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ObjectCollectionT<T> Class / Item Property
Index of the item to return


In This Topic
    Item Property (ObjectCollectionT<T>)
    In This Topic
    Returns the item at the specified index
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    public virtual T this[ 
       int index
    ]; {get;}
    public:
    virtual property T^ default [int] {
       T^ get(int index);
    }

    Parameters

    index
    Index of the item to return
    See Also